From: Richard M. Stallman Date: Thu, 27 May 1993 12:48:55 +0000 (+0000) Subject: Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95884 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=27c26a085ca3a8015436d2cb2bf0d6e18c23ac96;p=emacs.git Fix typo. --- diff --git a/lisp/completion.el b/lisp/completion.el index db601c72e29..2597bbbcc3f 100644 --- a/lisp/completion.el +++ b/lisp/completion.el @@ -2665,7 +2665,7 @@ TYPE is the type of the wrapper to be added. Can be :before or :under." ;;;----------------------------------------------- (def-completion-wrapper newline :separator) (def-completion-wrapper newline-and-indent :separator) -(def-completion-wrapper comint-send-input :separator)) +(def-completion-wrapper comint-send-input :separator) (def-completion-wrapper exit-minibuffer :minibuffer-separator) (def-completion-wrapper eval-print-last-sexp :separator) (def-completion-wrapper eval-last-sexp :separator)